Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 1 commit into from

Conversation

softizy-renovate[bot]
Copy link

@softizy-renovate softizy-renovate bot commented Apr 23, 2024

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • cloudbuild.yaml (cloudbuild)
  • composer.json (composer)
  • docker-compose.yml (docker-compose)
  • .github/workflows/js.yml (github-actions)
  • .github/workflows/php.yml (github-actions)
  • .github/workflows/release-drafter.yml (github-actions)
  • _dev/package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 46 Pull Requests:

Replace dependency babel-eslint with @​babel/eslint-parser
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-eslint-replacement
  • Merge into: master
  • Upgrade babel-eslint to ^7.11.0
Update dependency lodash to v4.17.21
  • Schedule: ["at any time"]
  • Branch name: renovate/lodash-monorepo
  • Merge into: master
  • Upgrade lodash to 4.17.21
Update dependency sass-loader to v8.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-loader-8.x-lockfile
  • Merge into: master
  • Upgrade sass-loader to 8.0.2
Update dependency vlucas/phpdotenv to v3.6.10
  • Schedule: ["at any time"]
  • Branch name: renovate/vlucas-phpdotenv-3.x-lockfile
  • Merge into: master
  • Upgrade vlucas/phpdotenv to 3.6.10
Update Node.js to v13.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/node-13.x
  • Merge into: master
  • Upgrade node to 13.14
Update actions/checkout action to v2.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-2.x
  • Merge into: master
  • Upgrade actions/checkout to v2.7.0
Update dependency axios to ^0.29.0
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-0.x
  • Merge into: master
  • Upgrade axios to ^0.29.0
Update dependency babel-eslint to v10.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-eslint-10.x-lockfile
  • Merge into: master
  • Upgrade babel-eslint to 10.1.0
Update dependency bootstrap-vue to v2.23.1
  • Schedule: ["at any time"]
  • Branch name: renovate/bootstrap-vue-2.x-lockfile
  • Merge into: master
  • Upgrade bootstrap-vue to 2.23.1
Update dependency core-js to v3.40.0
  • Schedule: ["at any time"]
  • Branch name: renovate/core-js-3.x-lockfile
  • Merge into: master
  • Upgrade core-js to 3.40.0
Update dependency eslint to v6.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-6.x-lockfile
  • Merge into: master
  • Upgrade eslint to 6.8.0
Update dependency eslint-config-airbnb-base to v14.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-airbnb-base-14.x-lockfile
  • Merge into: master
  • Upgrade eslint-config-airbnb-base to 14.2.1
Update dependency eslint-config-prestashop to ^0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-prestashop-0.x
  • Merge into: master
  • Upgrade eslint-config-prestashop to ^0.2.0
Update dependency eslint-plugin-import to v2.31.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x-lockfile
  • Merge into: master
  • Upgrade eslint-plugin-import to 2.31.0
Update dependency node-sass to v4.14.1
  • Schedule: ["at any time"]
  • Branch name: renovate/node-sass-4.x-lockfile
  • Merge into: master
  • Upgrade node-sass to 4.14.1
Update dependency prestakit to v1.2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/prestakit-1.x-lockfile
  • Merge into: master
  • Upgrade prestakit to 1.2.6
Update dependency ramsey/uuid to v3.9.7
  • Schedule: ["at any time"]
  • Branch name: renovate/ramsey-uuid-3.x-lockfile
  • Merge into: master
  • Upgrade ramsey/uuid to 3.9.7
Update dependency vue-i18n to v8.28.2
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-i18n-8.x-lockfile
  • Merge into: master
  • Upgrade vue-i18n to 8.28.2
Update dependency vue-router to v3.6.5
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-router-3.x-lockfile
  • Merge into: master
  • Upgrade vue-router to 3.6.5
Update dependency vuedraggable to v2.24.3
  • Schedule: ["at any time"]
  • Branch name: renovate/vuedraggable-2.x-lockfile
  • Merge into: master
  • Upgrade vuedraggable to 2.24.3
Update dependency vuex to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/vuex-3.x-lockfile
  • Merge into: master
  • Upgrade vuex to 3.6.2
Update toolmantim/release-drafter action to v5.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/toolmantim-release-drafter-5.x
  • Merge into: master
  • Upgrade toolmantim/release-drafter to v5.25.0
Update vue monorepo to v2.7.16
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-monorepo
  • Merge into: master
  • Upgrade vue to 2.7.16
  • Upgrade vue-template-compiler to 2.7.16
Update vue-cli monorepo to v4.5.19
Update Node.js to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/node-22.x
  • Merge into: master
  • Upgrade node to 22.13
Update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: master
  • Upgrade actions/cache to v4
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4.2.2
Update actions/setup-node action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: master
  • Upgrade actions/setup-node to v4
Update dependency axios to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x
  • Merge into: master
  • Upgrade axios to ^1.0.0
Update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-9.x
  • Merge into: master
  • Upgrade eslint to ^9.0.0
Update dependency eslint-config-airbnb-base to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-airbnb-base-15.x
  • Merge into: master
  • Upgrade eslint-config-airbnb-base to ^15.0.0
Update dependency eslint-plugin-vue to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-vue-9.x
  • Merge into: master
  • Upgrade eslint-plugin-vue to ^9.0.0
Update dependency guzzlehttp/guzzle to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/guzzlehttp-guzzle-7.x
  • Merge into: master
  • Upgrade guzzlehttp/guzzle to ~7.0
Update dependency node-sass to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/node-sass-9.x
  • Merge into: master
  • Upgrade node-sass to ^9.0.0
Update dependency phpunit/phpunit to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-11.x
  • Merge into: master
  • Upgrade phpunit/phpunit to ~11.0
Update dependency prestakit to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/prestakit-2.x
  • Merge into: master
  • Upgrade prestakit to ^2.0.0
Update dependency prestashop/php-dev-tools to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/prestashop-php-dev-tools-5.x
  • Merge into: master
  • Upgrade prestashop/php-dev-tools to ^5.0
Update dependency ramsey/uuid to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/ramsey-uuid-4.x
  • Merge into: master
  • Upgrade ramsey/uuid to ^4.0
Update dependency sass-loader to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-loader-16.x
  • Merge into: master
  • Upgrade sass-loader to ^16.0.0
Update dependency vlucas/phpdotenv to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/vlucas-phpdotenv-5.x
  • Merge into: master
  • Upgrade vlucas/phpdotenv to ^5.0
Update dependency vue to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vue-monorepo
  • Merge into: master
  • Upgrade vue to ^3.0.0
Update dependency vue-i18n to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-i18n-11.x
  • Merge into: master
  • Upgrade vue-i18n to ^11.0.0
Update dependency vue-router to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-router-4.x
  • Merge into: master
  • Upgrade vue-router to ^4.0.0
Update dependency vuex to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/vuex-4.x
  • Merge into: master
  • Upgrade vuex to ^4.0.0
Update toolmantim/release-drafter action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/toolmantim-release-drafter-6.x
  • Merge into: master
  • Upgrade toolmantim/release-drafter to v6.0.0
Update vue-cli monorepo to v5 (major)

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants